home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / mmenu.dir / Internal_236.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  183 b   |  10 lines

  1. on newroll
  2.   repeat with x = 3 to 17
  3.     if rollOver(x) then
  4.       set the visible of sprite x to 1
  5.       next repeat
  6.     end if
  7.     set the visible of sprite x to 0
  8.   end repeat
  9. end
  10.